[qemu] Fix typo in previous ia64 build fix (my fault).
authorChristian Limpach <Christian.Limpach@xensource.com>
Wed, 9 May 2007 21:50:26 +0000 (22:50 +0100)
committerChristian Limpach <Christian.Limpach@xensource.com>
Wed, 9 May 2007 21:50:26 +0000 (22:50 +0100)
Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
tools/ioemu/hw/mc146818rtc.c

index 9f47206dd5c0dc372bfc192625edf2d073f4701f..4a9e25cc25c08e80d2647399cafed49326efb938 100644 (file)
@@ -412,7 +412,7 @@ void rtc_set_date_from_host(RTCState *s)
     time_t ti;
     struct tm *tm;
     int val;
-    extern timer_t timeoffset;
+    extern time_t timeoffset;
 
     /* set the CMOS date */
     time(&ti);